svn path=/trunk/; revision=22062
-2009-01-03 Matthias Clasen <mclasen@redhat.com>
+2009-01-04 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 566568 – gtk_tree_model_get_value docs typo
+
+ * gtk/gtktreemodel.c (gtk_tree_model_get_value): Fix a typo
+ in the docs, pointed out by Christian Persch.
+
+2009-01-04 Matthias Clasen <mclasen@redhat.com>
Bug 566391 – gtk_about_dialog_set_url_hook should activate
pre-existing website links
* @column: The column to lookup the value at.
* @value: An empty #GValue to set.
*
- * Sets initializes and sets @value to that at @column. When done with @value,
- * g_value_unset() needs to be called to free any allocated memory.
- **/
+ * Initializes and sets @value to that at @column.
+ * When done with @value, g_value_unset() needs to be called
+ * to free any allocated memory.
+ */
void
gtk_tree_model_get_value (GtkTreeModel *tree_model,
GtkTreeIter *iter,